Exercise:1
- Create a Scratch project that makes the sprite move based on the user’s answers. Sprite asks the user how many steps the sprite should move and how many times it should repeat the movement.
Exercise video:
See the video for your reference.
Optional:
Exercise:2
- Write a code to find prime numbers from 2 to 50.You can use the SB3 code done in exercise 3 of Lesson 13 and change it by adding nested loops.
Click here to see the video to know about what is prime?
Exercise video:
See the video for your reference.
Solutions
Click here to download the sb3 file for exercise-1.
Click here to download the sb3 file for exercise-2.